Pauser
The Pauser class represents a step in a workflow where the flow is paused, with timeout options and event handling.
Properties
Name | Description |
---|---|
Key | A unique identifier for the workflow step. |
WorkflowCodeInstance | The workflow code instance associated with the flow object. |
CachedDMObjects | The cached document management objects related to the flow object. |
TypeCode | The type code associated with the flow object. |
TimeoutHour | The timeout hour in the timeout options. |
TimeoutDuration | The timeout duration in the timeout options. |
TimeoutOptions | The timeout options associated with the pauser. |
TimeoutDay | The timeout day in the timeout options. |
Name | Name for the workflow step. |
CalculateUsingWorkingHours | Indicates whether working hours should be considered in the timeout calculation. |
Events | The list of events associated with the pauser. |
TimeoutMinute | The timeout minute in the timeout options. |
ShowInFlowHistory | Specifies whether the pauser should be shown in the flow history. |
CalculateUsingHolidays | Indicates whether holidays should be considered in the timeout calculation. |
Caption | The caption dictionary representing localized captions for the flow object. |
Constructors
Name | Description |
---|---|
Pauser(name, workflowData, workflowCodeInstance) | Constructor for the Pauser class. Initializes a new instance of the Pauser class. |
Pauser(name, workflowData, workflowCodeInstance) | Constructor for the Pauser class. Initializes a new instance of the Pauser class. |
Methods
Name | Description |
---|---|
Initialize() | Initializes the pauser. This method is an implementation of the abstract Initialize method from the base class. |
SendRequestTimedOutWebNotification(userInfo, requestItem) | #import (Bimser.CSP.Workflow.Api.Steps.FlowGroup.SendRequestTimedOutWebNotification(UserInfo,ProcessRequestItem)) (shortDescription) |
Events
Name | Description |
---|---|
OnBeforeEvent(sender, args) | Occurs after the execution of the workflow step. |
OnBeforeExecution(sender, args) | Occurs before the execution of the workflow step. |
OnAfterEvent(sender, args) | Occurs after the execution of the workflow step. |
OnAfterExecution(sender, args) | Occurs after the execution of the workflow step. |
Generic Types
Name | Description |
---|---|
TProperties | Generic type of properties. |